home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nejlepší České Hry
/
Nej české hry.iso
/
hry
/
airhockey
/
airhockey.exe
/
scripts
/
DefineButton2_370
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2004-11-25
|
341b
|
12 lines
on(release){
gid = "60";
player = _parent.jm.una;
score = _root.blo;
email = _parent.em.una;
rand = Math.floor(Math.random() * 1000000);
check = gid.concat(player,score,"0a3e7fd809",rand);
check = _root.md5(check);
getURL("http://game.becher.cz/savescore.php","_blank","GET");
_parent.gotoAndStop(1);
}